home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / macintosh-c / macc-carbon-demos-nonbinhex.sit / macc-carbon-demos-nonbinhex / chap19-demo-carbon events / MoreResources.c.rsrc / TEXT_8715.txt < prev    next >
Text File  |  2001-05-12  |  1KB  |  24 lines

  1. // *******************************************************************************************
  2. // MoreResources.c                                                                      CARBON
  3. // *******************************************************************************************
  4. // 
  5. // This program uses custom resources to:
  6. //
  7. // ‚Ä¢    Store application preferences in the resource fork of a Preferences file.
  8. //
  9. // ‚Ä¢    Store, in the resource fork of a document file:
  10. //
  11. //        ‚Ä¢  The user state and current state of the window associated with the document.
  12. //
  13. //        ‚Ä¢  A flattened PMPageFormat object containing information about how the pages of the
  14. //             document should be printed, for example, on what paper size, in what printable
  15. //             area, and in what orientation (landscape or portrait). 
  16. //
  17. // The program utilises the following standard resources:
  18. //
  19. // ‚Ä¢    A 'carb' resource.
  20. //
  21. // ‚Ä¢    An 'MBAR' resource, and 'MENU' resources for Apple, File, Edit and Demonstration menus
  22. //        (preload, non-purgeable).  
  23. //
  24. // ‚Ä¢    A 'WIN